<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">.iEdit-img-edit {
    display: none;
    position: fixed;
    height: 100%;
    width: 100%;
    background-color: #0a0a0a;
    background-color: rgba(10,10,10,0.7);
    top: 0;
    left: 0;
    z-index: 999999;
    opacity: 0;
    -webkit-user-select: none;
    -khtml-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
}

.iEdit-img-edit-act {
    height: 37px;
    position: absolute;
    border-radius: 2px;
    padding: 0 40px;
    background-color: #98DF4A;
    left: 50%;
    margin-left: -120px;
    bottom: 33px;
    cursor: pointer;
    text-align: center;
    line-height: 37px;
    color: white;
    font-family: Poppins,Helvetica,Arial,sans-serif;
    font-weight: 500;
    text-transform: uppercase;
    font-size: 12px;
}

.iEdit-img-edit-cancel {
    margin-left: 16px;
    background-color: #FA4F4F;
}

.iEdit-img-edit-can {
    position: fixed;
    border: 6px solid white;
    top: 0;
    left: 0;
    bottom: 50px;
    right: 0;
    margin: auto;
}

.iEdit-img-edit-process-can {
    display: none;
}

.iEdit-img-edit-select {
    position: fixed;
    border-radius: 50%;
    background-color: #0a0a0a;
    background-color: rgba(10,10,10,0.5);
    box-shadow: inset 0 0 0 3px #ffffff;
    box-shadow: inset 0 0 0 3px rgba(256,256,256,0.8);
}

.iEdit-img-edit-select-resize {
    position: absolute;
    height: 20px;
    width: 20px;
    background-color: #ffffff;
    background-color: rgba(255,255,255,0.8);
    background-image: url('../Images/resize-icon.png');
    background-size: cover;
    right: 3px;
    bottom: 3px;
    cursor: nwse-resize;
}
</pre></body></html>